ALTER TABLE `customer_payment_header` ADD `cash_amount` DECIMAL(10,2) NOT NULL AFTER `received_amount`, ADD `bank_amount` DECIMAL(10,2) NOT NULL AFTER `cash_amount`;
ALTER TABLE `saleheader` ADD `cash_amount` DECIMAL(10,2) NOT NULL AFTER `discount`, ADD `bank_amount` DECIMAL(10,2) NOT NULL AFTER `cash_amount`;